'Declaration
<DispIdAttribute(6)> Property Context As OCRContext
[DispId(6)] OCRContext Context {get; set;}
read-write property Context: OCRContext;
DispIdAttribute(6) function get,set Context : OCRContext
[DispId(6)] __property OCRContext get_Context(); __property void set_Context( OCRContext value );
[DispId(6)] property OCRContext Context { OCRContext get(); void set ( OCRContext value); }